home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Linux Cubed Series 3: Developer Tools
/
Linux Cubed Series 3 - Developer Tools.iso
/
devel
/
lang
/
lisp
/
glisp
/
glisp.000
/
GLISP.UNIX.TAR
/
closunix
/
closunix.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1995-04-03
|
442 b
|
24 lines
/* GRAPHIC LISP */
/* Scritto nel 1991-94 da Zoia Andrea Michele */
/* Via Pergola #1 Tirano (SO) Tel. 0342-704210 */
/* FILE CLOSUNIX.h */
#ifndef CLOSLEX_L
#include <stdio.h>
#endif
#include <setjmp.h>
#include <string.h>
#include <math.h>
#include <malloc.h>
#define SEEK_CUR 1
#define stdprn stdout
#define stdaux stdout
/* #define __NOINLINE__ */
#define __NOGRAPH__
#define CONFIGFILE "closunix.cfg"
typedef int BOOL;